Skip to content

fix: move blind-sign tests to 7.14.0 report section#184

Closed
BitHighlander wants to merge 1 commit intokeepkey:masterfrom
BitHighlander:fix/move-blind-sign-tests-to-714-section
Closed

fix: move blind-sign tests to 7.14.0 report section#184
BitHighlander wants to merge 1 commit intokeepkey:masterfrom
BitHighlander:fix/move-blind-sign-tests-to-714-section

Conversation

@BitHighlander
Copy link
Copy Markdown
Contributor

Summary

  • Blind-sign tests (E16/E17) were in the Ethereum section (min_fw 7.0.0), causing them to show as FAILED on pre-7.14 firmware builds
  • The tests have requires_firmware("7.14.0") which skips them at runtime, but the report generator still counted them since the Ethereum section is active for any firmware >= 7.0.0
  • Moved to EVM Clear-Signing section (V8/V9, min_fw 7.14.0) so the report only includes them for firmware >= 7.14.0

Test plan

  • Run generate-test-report.py --fw-version=7.10.0 — E16/E17 should no longer appear
  • Run generate-test-report.py --fw-version=7.14.0 — V8/V9 should appear in EVM Clear-Signing section

E16/E17 (blind_sign_blocked, blind_sign_allowed) were in the Ethereum
section (min_fw 7.0.0), causing them to appear as FAILED on pre-7.14
builds despite requires_firmware("7.14.0") skipping them at runtime.

Relocated to EVM Clear-Signing section (V, min_fw 7.14.0) as V8/V9
so the report only includes them for firmware >= 7.14.0.
@BitHighlander
Copy link
Copy Markdown
Contributor Author

Moving to upstream branch instead

@BitHighlander BitHighlander deleted the fix/move-blind-sign-tests-to-714-section branch March 31, 2026 02:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant